home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
boostrs.arc
/
XLEFT.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1980-01-02
|
224b
|
13 lines
{$IBoDecl}
{$ILeft}
{$IPutStr}
BEGIN
ClrScr;
PutStr (h,left('Name ',60,'_'),5,1,14);
PutStr (h,left('Street ',60,'_'),5,2,14);
PutStr (h,left('City, State, and Zip ',60,'_'),5,3,14);
read;
END.